From 402411ec40e451d1ad051fb7e59aa6374cc4212a Mon Sep 17 00:00:00 2001 From: George Dunlap Date: Fri, 23 Nov 2018 17:14:54 +0000 Subject: [PATCH] libxl: Remove redundant pidpath setting This exact same line is duplicated further on without being used or modified in between. Signed-off-by: George Dunlap Acked-by: Wei Liu Acked-by: Ian Jackson --- tools/libxl/libxl_dm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index 9c47060473..5698fe8af3 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -2348,7 +2348,6 @@ void libxl__spawn_local_dm(libxl__egc *egc, libxl__dm_spawn_state *dmss) } const char *dom_path = libxl__xs_get_dompath(gc, domid); - spawn->pidpath = GCSPRINTF("%s/%s", dom_path, "image/device-model-pid"); if (vnc && vnc->passwd) { /* This xenstore key will only be used by qemu-xen-traditionnal. -- 2.30.2